home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / trump.dxr / 00003.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  457 b   |  19 lines

  1. on exitFrame
  2.   if rollOver(44) or rollOver(45) or rollOver(46) or rollOver(47) or rollOver(48) then
  3.     cursor([69, 70])
  4.   else
  5.     cursor(-1)
  6.   end if
  7.   if mouseDown() then
  8.     if (the clickOn < 29) and (the clickOn > 4) then
  9.       set firstcard to the clickOn
  10.       set thisobj to getAt(objlist, firstcard - 4)
  11.       if the myside of thisobj = 0 then
  12.         turnupa(thisobj)
  13.         go("judge_cards")
  14.       end if
  15.     end if
  16.   end if
  17.   go(the frame)
  18. end
  19.